home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-07-16 | 596 b | 23 lines |
- USE_ISAPI = 1
-
- dll = 1
-
- Proj = FormDump
-
- !include <inetsdk.mak>
-
- all: $(ObjDir)\$(Proj).Dll Install
-
- $(ObjDir)\$(Proj).Dll: $*.Obj $*.Exp $(@D)\Keys.Obj $(@D)\Html.Obj
-
- $(ObjDir)\$(Proj).Exp: $*.Obj
-
- Install: $(WWWSCRIPTS)\SDK\$(Proj).Dll \
- $(WWWROOT)\SDK\$(Proj)\Default.Htm \
- $(WWWROOT)\SDK\$(Proj)\$(Proj).Cpp \
- $(WWWROOT)\SDK\$(Proj)\Html.Cpp \
- $(WWWROOT)\SDK\$(Proj)\Keys.Cpp \
- $(WWWROOT)\SDK\$(Proj)\Keys.h \
- $(WWWROOT)\SDK\$(Proj)\Html.h \
- $(WWWROOT)\SDK\$(Proj)\FormDump.Def
-